Platform Explorer / Nuxeo Platform 6.0

Extension point taskProvider

Documentation

This extension can be used to add task providers. a task provider must implement the TaskProvider interface.

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.task.TaskProviderDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-task-core-6.0.jar
    <extension point="taskProvider" target="org.nuxeo.ecm.platform.task.core.TaskService">
        <taskProvider class="org.nuxeo.ecm.platform.task.core.service.DocumentTaskProvider" id="documentTaskProvider"/>
      </extension>